home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 32 / PC Gamer IT CD 32 2-2.iso / drivers / videodrv / cyrrus / CL5446.140 / FIX440 / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-04-05  |  714b  |  36 lines

  1. @echo off
  2. cls
  3. if not a%1 == a goto init1
  4.  
  5. echo SYNTAX:
  6. echo  INSTALL X: 
  7. echo   X --- Your cd drive 
  8. rem 
  9. echo Example:
  10. echo   INSTALL D:
  11.  
  12. goto end
  13.  
  14. :init1
  15. if not exist c:\autoexec.bat goto init2
  16. copy/b c:\autoexec.bat+%1\cl5446.140\fix440\add.txt c:\autoexec.bat > nul
  17.  
  18. :init2
  19. if not exist c:\autoexec.w40 goto init3
  20. copy/b c:\autoexec.w40+%1\cl5446.140\fix440\add.txt c:\autoexec.w40 > nul
  21.  
  22. :init3
  23. if not exist c:\autoexec.dos goto init4
  24. copy/b c:\autoexec.dos+%1\cl5446.140\fix440\add.txt c:\autoexec.dos > nul
  25.  
  26. :init4
  27. if exist c:\5446fix\440fix.exe goto init5
  28. md c:\5446fix > nul
  29.  
  30. :init5
  31. copy %1\cl5446.140\fix440\440fix.exe c:\5446fix > nul
  32. echo Install OK...
  33.  
  34. :end
  35. echo on
  36.